runtime.specialCleanup.cleanup (field)

4 uses

	runtime (current package)
		mgcmark.go#L492: 	scanblock(uintptr(unsafe.Pointer(&spc.cleanup)), unsafe.Sizeof(cleanupFn{}), &cleanupFnPtrMask[0], gcw, nil)
		mheap.go#L2163: 	cleanup cleanupFn
		mheap.go#L2183: 	s.cleanup = c
		mheap.go#L2819: 		gcCleanups.enqueue(sc.cleanup)